home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-04-15 | 599 b | 26 lines | [TEXT/KAHL] |
- /************************************************************************
- *
- * Copyright © 1990 Apple Computer, Inc. All rights reserved.
- *
- ************************************************************************/
-
- /* Protoypes grabbed from file
- ** "TextDlog.c"
- ** 1987 Dec 21 (Mon) 15:50:11
- */
-
- void HighLightDefault(DialogPtr);
-
- pascal void DrawScroll(DialogPtr, int);
-
- pascal void DrawTextRect(DialogPtr, int);
-
- void DoScroll(int);
-
- pascal void __TrackScroll(ControlHandle, int);
-
- pascal Boolean TextFilter(DialogPtr, EventRecord *, int *);
-
- void TextDialog(int, Handle, int, int, Boolean);
-
-